home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / wcb.dxr / 00013_m.ls < prev    next >
Encoding:
Text File  |  1997-07-26  |  122 b   |  8 lines

  1. on mouseDown
  2.   set the ink of sprite 5 to 2
  3.   updateStage()
  4.   repeat while stillDown()
  5.   end repeat
  6.   go(1, "wmainb")
  7. end
  8.